home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / fileutil.tmpl < prev    next >
Text File  |  1998-04-05  |  2KB  |  43 lines

  1. @@@SKUNKHEADER(File Managers / File Handling Utilities)
  2.  
  3. <P>Welcome to the Skunkware '98 File Managers section. These tools allow
  4. users to navigate filesystems and manipulate files more easily than with
  5. the standard UNIX commands. Mostly, these tools make UNIX a little more
  6. accessible for the novice user. Most expert users will probably be
  7. comfortable enough with the UNIX commands to not require these tools, but
  8. if you are running a system which has novice users, these tools will help
  9. them considerably.</P>
  10.  
  11. <P>Some of the other tools found in this section provide replacement
  12. versions of some standard UNIX commands, but contain extra features. For
  13. example, both the GNU tar and CPIO programs are found here, and they both
  14. offer considerable advantages over the standard versions. As an example,
  15. GNU tar can decompress and extract a compressed tar archive with a single
  16. command, so you do not need to decompress the file first, or set up command
  17. line pipes. The GNU diff replacement has a very useful addition called
  18. <TT>sdiff</TT>, which provides for side-by-side file diffing.</P>
  19.  
  20. @@@START_PACKAGELIST
  21. @@@PACKLIST(cpio;GNU cpio;2.4.2;Yes;Yes)
  22. @@@PACKLIST(diff;GNU diff;2.7;yes;Yes)
  23. @@@PACKLIST(fileutil;GNU file utilities;3.15;Yes;Yes)
  24. @@@PACKLIST(find;GNU find utilities;4.1;Yes;Yes)
  25. @@@PACKLIST(git;GNU Interactive Toolkit;4.3.15;Yes;Yes)
  26. @@@PACKLIST(mc;The GNU Midnight Commander;4.0;Yes;Yes)
  27. @@@PACKLIST(mkisofs;Make an ISO 9660 filesystem;1.11;Yes;Yes)
  28. @@@PACKLIST(mtools;DOS filesystem manipulation tools;3.6;Yes;Yes)
  29. @@@PACKLIST(tar;GNU tar;1.12;Yes;Yes)
  30. @@@END_PACKAGELIST
  31.  
  32. #include "cpio.src"
  33. #include "diff.src"
  34. #include "fileutil.src"
  35. #include "find.src"
  36. #include "git.src"
  37. #include "mc.src"
  38. #include "mkisofs.src"
  39. #include "mtools.src"
  40. #include "tar.src"
  41.  
  42. @@@SKUNKFOOTER
  43.